home *** CD-ROM | disk | FTP | other *** search
/ Ready Force / Ready Force.iso / step1sys.444 < prev    next >
Text File  |  1995-02-22  |  5KB  |  291 lines

  1. //bombs.mme
  2.     screen.tile = 0
  3.     screen.name = "step1sys.222"
  4.     play_wave_wait "step1sys.wav"
  5.  
  6.     //screen.backcolor = rgb(0,0,0)
  7.     screen.name = "step1sys.111"
  8.  
  9.     declare bl, bt, bs, bw, bh, bw2
  10.     declare ml, mt, mw, mh
  11.     declare movieno, movienow, movenum, mcount
  12.     declare movtitle
  13.  
  14.     create_button a
  15.     create_button b
  16.     create_button c
  17.     create_button d
  18.     create_button e
  19.     create_button f
  20.     create_button g
  21.     create_button h
  22.     create_button i
  23.     create_button j
  24.  
  25.     create_button x
  26.     create_button y
  27.     create_button z
  28.  
  29.     create_button video
  30.     create_button about
  31.     create_button exit
  32.  
  33.     create_picture aboutbox
  34.     aboutbox.name = "step1sys.333"
  35.     aboutbox.autosize = 1
  36.     aboutbox.top = 185
  37.     aboutbox.left = 290
  38.  
  39.     mt = 185
  40.     ml = 325
  41.     mw = 256
  42.     mh = 212
  43.  
  44.     movie.top = mt
  45.     movie.left = ml
  46.     movie.width = mw
  47.     movie.height = mh
  48.     movie.autosize = 2
  49.     movie.name = "ivntdfeo.639"
  50.     movie.slider = 1
  51.     movie.zoom = 100
  52.     movie.play = 2
  53.     movie.visible = 1
  54.  
  55. dobutt:
  56.     bt = 75
  57.     bl = 41
  58.     bs = 30
  59.     bw = 240
  60.     bh = 25
  61.  
  62.     a.left = bl
  63.     a.top = bt
  64.     a.width = bw
  65.     a.height = bh
  66.     a.caption = "U.S. Navy: Phalanx (6:39)"
  67.     a.visible = 1
  68.  
  69.     bt = bt + bs
  70.     b.left = bl
  71.     b.top = bt
  72.     b.width = bw
  73.     b.height = bh
  74.     b.caption = "U.S. Navy: Harpoon (1:28)"
  75.     b.visible = 1
  76.  
  77.     bt = bt + bs
  78.     c.left = bl
  79.     c.top = bt
  80.     c.width = bw
  81.     c.height = bh
  82.     c.caption = "United Nations Invasion (4:40)"
  83.     c.visible = 1
  84.  
  85.     bt = bt + bs
  86.     d.left = bl
  87.     d.top = bt
  88.     d.width = bw
  89.     d.height = bh
  90.     d.caption = "U.S. Navy: Tomorrow's Leaders (5:11)"
  91.     d.visible = 1
  92.  
  93.     bt = bt + bs
  94.     e.left = bl
  95.     e.top = bt
  96.     e.width = bw
  97.     e.height = bh
  98.     e.caption = "U.S. Air Force: F-14/Phoenix (2:10)"
  99.     e.visible = 1
  100.  
  101.     bt = bt + bs
  102.     f.left = bl
  103.     f.top = bt
  104.     f.width = bw
  105.     f.height = bh
  106.     f.caption = "General Dynamics Electric Boat (8:12)"
  107.     f.visible = 1
  108.  
  109.     bt = bt + bs
  110.     g.left = bl
  111.     g.top = bt
  112.     g.width = bw
  113.     g.height = bh
  114.     g.caption = "U.S. Navy: Tomahawk (4:36)"
  115.     g.visible = 1
  116.  
  117.     bt = bt + bs
  118.     h.left = bl
  119.     h.top = bt
  120.     h.width = bw
  121.     h.height = bh
  122.     h.caption = "U.S. Navy: Power Demonstration (7:22)"
  123.     h.visible = 1
  124.  
  125.     bt = bt + bs
  126.     i.left = bl
  127.     i.top = bt
  128.     i.width = bw
  129.     i.height = bh
  130.     i.caption = "U.S. Military: Weapon Testing (5:05)"
  131.     i.visible = 1
  132.  
  133.     bt = bt + bs    
  134.     j.left = bl
  135.     j.top = bt
  136.     j.width = bw
  137.     j.height = bh
  138.     j.caption = "U.S. Marines: LAVAD (4:07)"
  139.     j.visible = 1
  140.  
  141.     bt = bt + bs
  142.     bw2 = bw / 3 - 3
  143.     video.left = bl 
  144.     video.top = bt
  145.     video.width = bw2
  146.     video.height = bh
  147.     video.caption = "Video Size"
  148.     video.visible = 1
  149.     
  150.     about.left = bl + bw2 + 4
  151.     about.top = bt
  152.     about.width = bw2 + 1
  153.     about.height = bh
  154.     about.caption = "About"
  155.     about.visible = 1
  156.  
  157.     exit.left = bl + bw2 + bw2 + 9
  158.     exit.top = bt
  159.     exit.width = bw2
  160.     exit.height = bh
  161.     exit.caption = "Exit"
  162.     exit.visible = 1
  163.  
  164.     x.left = 322
  165.     x.top = 220
  166.     x.width = 256
  167.     x.height = 25
  168.     x.caption = "120 x 90"
  169.     x.visible = 0
  170.  
  171.     y.left = 322
  172.     y.top = 260
  173.     y.width = 256
  174.     y.height = 25
  175.     y.caption = "160 x 120"
  176.     y.visible = 0
  177.  
  178.     z.left = 322
  179.     z.top = 300
  180.     z.width = 256
  181.     z.height = 25
  182.     z.caption = "256 x 192"
  183.     z.visible = 0
  184.  
  185. loop:
  186.     if video.pressed = 1
  187.         goto setup
  188.     endif
  189.     if about.pressed = 1
  190.         goto about
  191.     endif
  192.     if exit.pressed = 1
  193.         end
  194.     endif
  195.     if a.pressed = 1
  196.         movie.name = "ivntdfeo.639"
  197.         movie.play = 2
  198.     endif
  199.     if b.pressed = 1
  200.         movie.name = "ivntdfeo.128"
  201.         movie.play = 2
  202.     endif
  203.     if c.pressed = 1
  204.         movie.name = "ivntdfeo.440"
  205.         movie.play = 2
  206.     endif
  207.     if d.pressed = 1
  208.         movie.name = "ivntdfeo.511"
  209.         movie.play = 2
  210.     endif
  211.     if e.pressed = 1
  212.         movie.name = "ivntdfeo.210"
  213.         movie.play = 2
  214.     endif
  215.     if f.pressed = 1
  216.         movie.name = "ivntdfeo.812"
  217.         movie.play = 2
  218.     endif
  219.     if g.pressed = 1
  220.         movie.name = "ivntdfeo.436"
  221.         movie.play = 2
  222.     endif
  223.     if h.pressed = 1
  224.         movie.name = "ivntdfeo.722"
  225.         movie.play = 2
  226.     endif
  227.     if i.pressed = 1
  228.         movie.name = "ivntdfeo.505"
  229.         movie.play = 2
  230.     endif
  231.     if j.pressed = 1
  232.         movie.name = "ivntdfeo.407"
  233.         movie.play = 2
  234.     endif
  235.     goto loop
  236.  
  237. setup:
  238.     movie.visible = 0
  239.     x.visible = 1
  240.     y.visible = 1
  241.     z.visible = 1
  242.  
  243. setup1:
  244.     if x.pressed = 1
  245.         mt = 236
  246.         ml = 393
  247.         mw = 120
  248.         mh = 110
  249.         movie.zoom = 47
  250.         goto setup2
  251.     endif
  252.     if y.pressed = 1
  253.         mt = 221
  254.         ml = 373
  255.         mw = 160
  256.         mh = 140
  257.         movie.zoom = 64
  258.         goto setup2
  259.     endif
  260.     if z.pressed = 1
  261.         mt = 185
  262.         ml = 325
  263.         mw = 256
  264.         mh = 212
  265.         movie.zoom = 100
  266.         goto setup2
  267.     endif
  268.     goto setup1
  269.  
  270. setup2:
  271.     movie.top = mt
  272.     movie.left = ml
  273.     movie.width = mw
  274.     movie.height = mh
  275.     x.visible = 0
  276.     y.visible = 0
  277.     z.visible = 0
  278.     movie.visible = 1
  279.     goto loop
  280.  
  281. about:
  282.     movie.visible = 0
  283.     aboutbox.visible = 1
  284.     aboutbox.clicky = 0
  285. about1:
  286.     if aboutbox.clicky > 1
  287.         aboutbox.visible = 0
  288.         movie.visible = 1
  289.         goto loop
  290.     endif
  291.     goto about1